home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 2.5 KB | 20 lines | [TEXT/ttxt] |
- #!/bin/csh
- #
- # savesys-xlib -- build a saved executable in bin/new-cmu-clx-haskell.core
- #
- #
- cd $Y2
- setenv PRELUDEBIN $Y2/progs/prelude/cmu
- if !(-e $PRELUDEBIN/Prelude.sparcf) then
- echo "Build the prelude first, stupid..."
- exit
- endif
- setenv CLXFILE /net/haskell/homes/pub/cmu/lib/subsystems/clx-library.sparcf
- setenv LIBRARYBIN $Y2/progs/lib/bin/cmu
- if !(-e $LIBRARYBIN/xlib.sparcf) then
- echo "Build the xlib stuff first, silly..."
- exit
- endif
- $CMUCL <<EOF
- ;;; Load the Haskell system.
- (make-package "M